API Endpoints
Get OpenAPI Tool Info
Fetches detailed information about a specific OpenAPI tool.
GET
Get OpenAPI Tool Info by ID
Endpoint
GET /v3/tools/openapi/{tool_id}
Description
Fetches detailed information about a specific OpenAPI tool.
Authentication
API Key (x-api-key
) in the header.
Request Parameters
Parameter | Type | Description |
---|---|---|
tool_id | String | The ID of the tool to retrieve. |
Curl Request
Response
Returns detailed information about the specified OpenAPI tool, including paths and methods.
Authorizations
Path Parameters
The ID of the tool to retrieve.
Get OpenAPI Tool Info by ID